home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / easyk110.zip / 24PFK.INI < prev    next >
Text File  |  1988-06-29  |  4KB  |  68 lines

  1. ; 24PFK.INI
  2. ;                             Copyright (C) 1987
  3. ;                                     by
  4. ;                     Scott Crumpton <NESCC@NERVM.BITNET>
  5. ;                            all rights reserved.
  6. ;
  7. ; Permission is hereby granted for the noncommercial use and distribution of
  8. ; this material provided that this and the above copyright notice remain
  9. ; intact and that no fees are charged.  A further restriction is imposed on
  10. ; anyone who modifies this material in that they must include the following
  11. ; information in any modified copies: the date, their name, and a description
  12. ; of the modification.
  13. ;
  14. ; This material carries no warranties of any kind.  You are advised that you use
  15. ; this material at your own risk.
  16. ;
  17. ; 12 Oct 87   Scott Crumpton   Revised for MSKermit 2.29c (2.30)
  18. ; 04 Nov 87   Scott Crumpton   Improved comments.
  19. ; 06 Jun 88   Dick Elnicki     Enhanced PC keyboard Page Up, Page Dn added.
  20. ;
  21. ; This file contains the PF key assignments for a 24 PFK keyboard.
  22. ;
  23. ; Define the lower 12 PF keys.
  24. ;
  25. set key  \1374  {\{27}OP}              ; Ctrl-F1            -->  PF1
  26. set key  \1375  {\{27}OQ}              ; Ctrl-F2            -->  PF2
  27. set key  \1376  {\{27}OR}              ; Ctrl-F3            -->  PF3
  28. set key  \1377  {\{27}Ow}              ; Ctrl-F4            -->  PF4
  29. set key  \1378  {\{27}Ox}              ; Ctrl-F5            -->  PF5
  30. set key  \1379  {\{27}Oy}              ; Ctrl-F6            -->  PF6
  31. set key  \1380  {\{27}Ot}              ; Ctrl-F7            -->  PF7
  32. set key  \1381  {\{27}Ou}              ; Ctrl-F8            -->  PF8
  33. set key  \1382  {\{27}Ov}              ; Ctrl-F9            -->  PF9
  34. set key  \1383  {\{27}Oq}              ; Ctrl-F10           -->  PF10
  35. set key  \1886  {\{27}Or}              ; Ctrl-Shift-F1      -->  PF11
  36. set key  \1894  {\{27}Or}              ; Ctrl-Shift-F9      -->  PF11
  37. set key  \1887  {\{27}Os}              ; Ctrl-Shift-F2      -->  PF12
  38. set key  \1895  {\{27}Os}              ; Ctrl-Shift-F10     -->  PF12
  39. ;
  40. ; Define the upper 12 PF keys.
  41. ;
  42. set key  \315   {\{27}Op\{27}OP}       ; F1                 -->  PF13
  43. set key  \316   {\{27}Op\{27}OQ}       ; F2                 -->  PF14
  44. set key  \317   {\{27}Op\{27}OR}       ; F3                 -->  PF15
  45. set key  \318   {\{27}Op\{27}Ow}       ; F4                 -->  PF16
  46. set key  \319   {\{27}Op\{27}Ox}       ; F5                 -->  PF17
  47. set key  \320   {\{27}Op\{27}Oy}       ; F6                 -->  PF18
  48. set key  \321   {\{27}Op\{27}Ot}       ; F7                 -->  PF19
  49. set key  \322   {\{27}Op\{27}Ou}       ; F8                 -->  PF20
  50. set key  \323   {\{27}Op\{27}Ov}       ; F9                 -->  PF21
  51. set key  \324   {\{27}Op\{27}Oq}       ; F10                -->  PF22
  52. set key  \852   {\{27}Op\{27}Or}       ; Shift-F1           -->  PF23
  53. set key  \860   {\{27}Op\{27}Or}       ; Shift-F9           -->  PF23
  54. set key  \853   {\{27}Op\{27}Os}       ; Shift-F2           -->  PF24
  55. set key  \861   {\{27}Op\{27}Os}       ; Shift-F10          -->  PF24
  56. ;
  57. ; Define Page-Up and Page-Down.
  58. ;
  59. set key  \329   {\{27}Op\{27}Ot}       ; PgUp               -->  PF19
  60. set key  \4425  {\{27}Op\{27}Ot}       ; PgUp Enhanced KB   -->  PF19
  61. set key  \841   {\{27}Op\{27}Ot}       ; Shift-PgUp         -->  PF19
  62. set key  \337   {\{27}Op\{27}Ou}       ; PgDn               -->  PF20
  63. set key  \4433  {\{27}Op\{27}Ou}       ; PgDn Enhanced KB   -->  PF20
  64. set key  \849   {\{27}Op\{27}Ou}       ; Shift-PgDn         -->  PF20
  65. ;
  66. ;      End.
  67. 
  68.